home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 21
/
Cream of the Crop 21 (Terry Blount) (October 1996).iso
/
program
/
srcbkvt.zip
/
20_20_4.ZIP
/
SHMEM.EXE
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
Wrap
Text File
|
1996-03-15
|
802b
|
48 lines
object Form1: TForm1
Left = 200
Top = 102
Width = 435
Height = 183
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
OnCreate = FormCreate
TextHeight = 13
object StrNum: TEdit
Left = 16
Top = 40
Width = 65
Height = 21
TabOrder = 0
Text = '0'
end
object StringVal: TEdit
Left = 96
Top = 40
Width = 305
Height = 21
TabOrder = 1
end
object GetButton: TButton
Left = 40
Top = 88
Width = 75
Height = 25
Caption = 'Get'
TabOrder = 2
OnClick = GetButtonClick
end
object SetButton: TButton
Left = 160
Top = 88
Width = 75
Height = 25
Caption = 'Set'
TabOrder = 3
OnClick = SetButtonClick
end
end